type context.todoCtx (struct)

Method Implmentations

Deadline() (deadline time.Time, ok bool) todoCtx.M : Context.Deadline
Done() <-chan struct{} todoCtx.M : Context.Done
Err() error todoCtx.M : Context.Err
String() string todoCtx.M : fmt.Stringer.String todoCtx.M : stringer.String todoCtx.M : runtime.stringer.String
Value(key any) any todoCtx.M : Context.Value